Skip to content

fix(deps): update frontend#566

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/frontend
Open

fix(deps): update frontend#566
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/frontend

Conversation

@renovate

@renovate renovate Bot commented Apr 28, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@apollo/client (source) 4.2.34.2.7 age confidence dependencies patch
@eslint/js (source) 9.39.49.39.5 age confidence devDependencies patch
@mui/lab (source) 9.0.0-beta.59.0.0-beta.6 age confidence dependencies patch
@mui/material (source) 9.1.29.2.0 age confidence dependencies minor
@mui/x-data-grid (source) 9.7.09.9.0 age confidence dependencies minor
@mui/x-date-pickers (source) 9.7.09.9.0 age confidence dependencies minor
@storybook/builder-vite (source) 10.4.610.5.0 age confidence devDependencies minor
@storybook/react-vite (source) 10.4.610.5.0 age confidence devDependencies minor
@types/node (source) 26.1.026.1.1 age confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) 8.62.18.64.0 age confidence devDependencies minor
@typescript-eslint/parser (source) 8.62.18.64.0 age confidence devDependencies minor
@vitest/coverage-v8 (source) 4.1.94.1.10 age confidence devDependencies patch
eslint (source) 9.39.49.39.5 age confidence devDependencies patch
eslint-config-airbnb-extended (source) 3.1.03.1.1 age confidence devDependencies patch
eslint-plugin-import-x 4.16.24.17.1 age confidence devDependencies minor
eslint-plugin-storybook (source) 10.4.610.5.0 age confidence devDependencies minor
graphql 17.0.117.0.2 age confidence dependencies patch
i18next (source) 26.3.426.3.6 age confidence dependencies patch
nginx 1.30-alpine1.31-alpine age confidence final minor
prettier (source) 3.9.43.9.5 age confidence devDependencies patch
react-hook-form (source) 7.80.07.81.0 age confidence dependencies minor
react-i18next 17.0.817.0.9 age confidence dependencies patch
react-router (source) 8.1.08.2.0 age confidence dependencies minor
storybook (source) 10.4.610.5.0 age confidence devDependencies minor
typescript-eslint (source) 8.62.18.64.0 age confidence devDependencies minor
vite (source) 8.1.08.1.4 age confidence devDependencies patch
vitest (source) 4.1.94.1.10 age confidence devDependencies patch
yarn (source) 4.17.04.17.1 age confidence packageManager patch

Release Notes

apollographql/apollo-client (@​apollo/client)

v4.2.7

Compare Source

Patch Changes

v4.2.6

Compare Source

Patch Changes
  • #​13315 a406cc9 Thanks @​fallintoplace! - Prevent relay multipart subscriptions from issuing a fetch request after serializing the request body fails.

  • #​13307 abd0781 Thanks @​wolfie! - Speed up cache writes by avoiding a full AST visit of every written field to detect @stream. The check now runs only when the result carries stream info, and only inspects the field node's own directives. As a result, fields that merely contain @stream on a nested field are no longer treated as streamed themselves and now overwrite existing lists like regular fields instead of merging chunk-wise.

v4.2.5

Compare Source

Patch Changes

v4.2.4

Compare Source

Patch Changes
  • #​13281 e4df809 Thanks @​jerelmiller! - Fixes an issue where client.readFragment and client.readQuery ignored the optimistic option when passed in the options object.
eslint/eslint (@​eslint/js)

v9.39.5

Compare Source

mui/material-ui (@​mui/material)

v9.2.0

Compare Source

Jul 2, 2026

A big thanks to the 9 contributors who made this release possible.

@mui/material@9.1.3
@mui/utils@9.1.3
Docs
Core

All contributors of this release in alphabetical order: @​brijeshb42, @​greymoth-jp, @​Janpot, @​LukasTy, @​michelengelen, @​mturac, @​Prakash1185, @​siriwatknp, @​Sushantplive

mui/mui-x (@​mui/x-data-grid)

v9.9.0

Compare Source

Jul 9, 2026

We'd like to extend a big thank you to the 11 contributors who made this release possible. Here are some highlights ✨:

Special thanks go out to these community members for their valuable contributions:
@​mustafajw07, @​sebastianfrey

The following team members contributed to this release:
@​aemartos, @​alexfauquette, @​brijeshb42, @​hasdfa, @​Janpot, @​JCQuintas, @​LukasTy, @​rita-codes, @​sai6855

Data Grid
@mui/x-data-grid@9.9.0
@mui/x-data-grid-pro@9.9.0 pro

Same changes as in @mui/x-data-grid@9.9.0.

@mui/x-data-grid-premium@9.9.0 premium

Same changes as in @mui/x-data-grid-pro@9.9.0.

Date and Time Pickers
@mui/x-date-pickers@9.9.0

Internal changes.

@mui/x-date-pickers-pro@9.9.0 pro

Same changes as in @mui/x-date-pickers@9.9.0, plus:

  • [DateRangeCalendar] Avoid unnecessary month switch when the value is already visible (#​22996) @​LukasTy
Charts
@mui/x-charts@9.9.0
@mui/x-charts-pro@9.9.0 pro

Same changes as in @mui/x-charts@9.9.0, plus:

@mui/x-charts-premium@9.9.0 premium
Breaking changes

The API of the Unstable_ChartsGeoDataProviderPremium got modified.
Props scale, rotation, and translation are replaced by props view and initialView.
Same behavior can be obtained with view.zoomLevel, view.center, and view.translation.
See the zoom view section for detailed information

Same changes as in @mui/x-charts-pro@9.9.0, plus:

Tree View
@mui/x-tree-view@9.9.0

Internal changes.

@mui/x-tree-view-pro@9.9.0 pro

Same changes as in @mui/x-tree-view@9.9.0.

Scheduler
@mui/x-scheduler@9.0.0-beta.5
@mui/x-scheduler-premium@9.0.0-beta.5 premium

Same changes as in @mui/x-scheduler@9.0.0-beta.5.

Codemod
@mui/x-codemod@9.9.0

Internal changes.

Docs
Core
Miscellaneous

v9.8.0

Compare Source

Jul 2, 2026

We'd like to extend a big thank you to the 18 contributors who made this release possible. Here are some highlights ✨:

  • 🗺️ New MapImagePlot for rendering raster base maps, with onItemClick support on map shapes (Premium)
  • 📊 New usePolarGeometry hook to build custom radial overlays
  • 🐞 Bugfixes
  • 📚 Documentation improvements

Special thanks go out to these community members for their valuable contributions:
@​Anexus5919, @​aromanio, @​greymoth-jp, @​mustafajw07, @​timbuckley, @​voidmatcha

The following team members contributed to this release:
@​alexfauquette, @​arminmeh, @​cherniavskii, @​flaviendelangle, @​Janpot, @​JCQuintas, @​joserodolfofreitas, @​LukasTy, @​mapache-salvaje, @​michelengelen, @​rita-codes, @​sai6855

Data Grid
@mui/x-data-grid@9.8.0
@mui/x-data-grid-pro@9.8.0 pro

Same changes as in @mui/x-data-grid@9.8.0.

@mui/x-data-grid-premium@9.8.0 premium

Same changes as in @mui/x-data-grid-pro@9.8.0, plus:

  • [DataGridPremium] Escape singleSelect values in Excel export with escapeFormulas enabled (#​22851) @​Anexus5919
Date and Time Pickers
@mui/x-date-pickers@9.8.0
@mui/x-date-pickers-pro@9.8.0 pro

Same changes as in @mui/x-date-pickers@9.8.0, plus:

Charts
@mui/x-charts@9.8.0
@mui/x-charts-pro@9.8.0 pro

Same changes as in @mui/x-charts@9.8.0.

@mui/x-charts-premium@9.8.0 premium

Same changes as in @mui/x-charts-pro@9.8.0, plus:

Tree View
@mui/x-tree-view@9.8.0
@mui/x-tree-view-pro@9.8.0 pro

Same changes as in @mui/x-tree-view@9.8.0.

Scheduler
@mui/x-scheduler@9.0.0-beta.4
@mui/x-scheduler-premium@9.0.0-beta.4 premium

Same changes as in @mui/x-scheduler@9.0.0-beta.4, plus:

Codemod
@mui/x-codemod@9.8.0

Internal changes.

Docs
Core
Miscellaneous
storybookjs/storybook (@​storybook/builder-vite)

v10.5.0

Compare Source

Foundational changes for new AI workflows

Storybook 10.5 contains hundreds of fixes and improvements:

  • ⚡️ Angular-vite framework: Modern, fast dev, docs, and test (preview)
  • 🌈 Vitest initialGlobals: Test across themes, viewports, locales
  • 🤖 Agentic review: AI-curated visual changesets and search results (experimental)
  • ⚛️ React docgen service: Unified metadata across MCP, Docs, and Controls (experimental)
  • 🧑‍💻 Claude / Codex plugins: One-click ADE integration (experimental)
List of all updates

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the renovate label Apr 28, 2026
@renovate renovate Bot force-pushed the renovate/frontend branch from d8fc174 to fa644a5 Compare April 29, 2026 19:59
@renovate renovate Bot changed the title fix(deps): update frontend to v9.0.4 fix(deps): update frontend Apr 29, 2026
@github-actions github-actions Bot added size/L and removed size/M labels Apr 29, 2026
@renovate renovate Bot force-pushed the renovate/frontend branch 2 times, most recently from efa7d79 to dfd5efb Compare May 1, 2026 13:45
@github-actions github-actions Bot added size/XL and removed size/L labels May 1, 2026
@renovate renovate Bot force-pushed the renovate/frontend branch 10 times, most recently from 7773ce3 to 71406f2 Compare May 7, 2026 05:31
@github-actions github-actions Bot added size/XXL and removed size/XL labels May 7, 2026
@renovate renovate Bot force-pushed the renovate/frontend branch 8 times, most recently from 7872959 to 6bd818d Compare May 12, 2026 17:32
@renovate renovate Bot force-pushed the renovate/frontend branch 12 times, most recently from 3d44010 to 5ad79f4 Compare May 27, 2026 09:12
@renovate renovate Bot force-pushed the renovate/frontend branch 13 times, most recently from 6f3b64c to 4febd9e Compare June 4, 2026 14:56
@renovate renovate Bot force-pushed the renovate/frontend branch 4 times, most recently from 91cb714 to cef5dd5 Compare June 8, 2026 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants